Change downloads to HTTPS
authorBrian Anderson <banderson@mozilla.com>
Fri, 19 Sep 2014 02:16:19 +0000 (19:16 -0700)
committerBrian Anderson <banderson@mozilla.com>
Fri, 19 Sep 2014 02:16:19 +0000 (19:16 -0700)
README.md

index 0a3ac3c7422f59456ed92c961d822b43cd5cf6ca..688b1998cbc514a8d2ef09f57dabbfbd991b3e8f 100644 (file)
--- a/README.md
+++ b/README.md
@@ -10,19 +10,19 @@ however, will run regardless of this fact!
 
 ```sh
 triple=x86_64-unknown-linux-gnu
-curl -O http://static.rust-lang.org/cargo-dist/cargo-nightly-$triple.tar.gz
+curl -O https://static.rust-lang.org/cargo-dist/cargo-nightly-$triple.tar.gz
 tar xf cargo-nightly-$triple.tar.gz
 ./cargo-nightly-$triple/install.sh
 ```
 
 Nightlies are available for the following triples:
 
-* [`x86_64-unknown-linux-gnu`](http://static.rust-lang.org/cargo-dist/cargo-nightly-x86_64-unknown-linux-gnu.tar.gz)
-* [`i686-unknown-linux-gnu`](http://static.rust-lang.org/cargo-dist/cargo-nightly-i686-unknown-linux-gnu.tar.gz)
-* [`x86_64-apple-darwin`](http://static.rust-lang.org/cargo-dist/cargo-nightly-x86_64-apple-darwin.tar.gz)
-* [`i686-apple-darwin`](http://static.rust-lang.org/cargo-dist/cargo-nightly-i686-apple-darwin.tar.gz)
-* [`x86_64-w64-mingw32`](http://static.rust-lang.org/cargo-dist/cargo-nightly-x86_64-w64-mingw32.tar.gz)
-* [`i686-w64-mingw32`](http://static.rust-lang.org/cargo-dist/cargo-nightly-i686-w64-mingw32.tar.gz)
+* [`x86_64-unknown-linux-gnu`](https://static.rust-lang.org/cargo-dist/cargo-nightly-x86_64-unknown-linux-gnu.tar.gz)
+* [`i686-unknown-linux-gnu`](https://static.rust-lang.org/cargo-dist/cargo-nightly-i686-unknown-linux-gnu.tar.gz)
+* [`x86_64-apple-darwin`](https://static.rust-lang.org/cargo-dist/cargo-nightly-x86_64-apple-darwin.tar.gz)
+* [`i686-apple-darwin`](https://static.rust-lang.org/cargo-dist/cargo-nightly-i686-apple-darwin.tar.gz)
+* [`x86_64-w64-mingw32`](https://static.rust-lang.org/cargo-dist/cargo-nightly-x86_64-w64-mingw32.tar.gz)
+* [`i686-w64-mingw32`](https://static.rust-lang.org/cargo-dist/cargo-nightly-i686-w64-mingw32.tar.gz)
 
 Note that if you're using the windows snapshot you will need Mingw-w64 installed
 as well as MSYS. The installation script needs to be run inside the MSYS shell.